NodeRemoteHardwarePin


RemoteHardwarePins associated with a node
Protobuf type meshtastic.NodeRemoteHardwarePin

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.NodeRemoteHardwarePinOrBuilder

RemoteHardwarePins associated with a node
Protobuf type meshtastic.NodeRemoteHardwarePin

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getNodeNum(): Int

The node_num exposing the available gpio pin
uint32 node_num = 1;
Link copied to clipboard
Link copied to clipboard

The the available gpio pin for usage with RemoteHardware module
.meshtastic.RemoteHardwarePin pin = 2;
Link copied to clipboard

The the available gpio pin for usage with RemoteHardware module
.meshtastic.RemoteHardwarePin pin = 2;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasPin(): Boolean

The the available gpio pin for usage with RemoteHardware module
.meshtastic.RemoteHardwarePin pin = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
Link copied to clipboard
open fun parseFrom(data: ByteString): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(input: CodedInputStream): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)